home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
tutor
/
dosguide.exe
/
HELPDOS.ZIP
/
TREE.HLP
< prev
next >
Wrap
Text File
|
1985-09-10
|
1KB
|
44 lines
------------------------ TREE - External DOS Command -------------------------
TREE displays the directories and paths and optionally lists the files in each
subdirectory.
FORMAT: TREE [d:][/F]
REMARKS:
d: - the drive letter of the disk whose directories are to be shown. If
omitted, the default drive is assumed.
/F - displays the names of all files in each subdirectory. Files in the
root directory are not listed.
The displayed directory paths show each full path name and the names of any
subdirectories.
In DOS Version 3, you may preface TREE with the drive letter and directory
path, [d:][path], where the command file can be found.
EXAMPLES:
Display the directories and paths on the C disk:
TREE C:
Display the directories, paths and the names of all files in each subdirectory
on the default drive. Halt display scrolling when the screen is full:
TREE /F | MORE
Print the directories and paths on the default drive:
TREE > PRN
Write the listing of directories and paths on the default drive to the file
TREEFILE:
TREE > TREEFILE